home *** CD-ROM | disk | FTP | other *** search
/ Family Forum 262 / SOMC Family Forum 262.iso / Xtras / Animation Wizard.dir / 00006_TextField.ls < prev    next >
Encoding:
Text File  |  1997-05-10  |  197 b   |  12 lines

  1. property iFieldName
  2.  
  3. on birth me, theFieldName, theInitialText
  4.   set iFieldName to theFieldName
  5.   set the text of field iFieldName to theInitialText
  6.   return me
  7. end
  8.  
  9. on mValidate me
  10.   return 1
  11. end
  12.